BUG Collision doesn't work correctly in some circumstances.

I think this got fixed? It still happens some times but I know why. The quad tree needs to have enough precision to store the collision space for the density of entities.

Requirements

  • Agents cannot clip through obstacles
  • agents cannot occupy the same spot
  • agents cannot push other agents through obstacles

Tasks